projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e5d426
)
Don't call exit.
author
robertl
<robertl>
Sun, 21 Dec 2003 19:16:30 +0000
(19:16 +0000)
committer
robertl
<robertl>
Sun, 21 Dec 2003 19:16:30 +0000
(19:16 +0000)
psitrex.c
patch
|
blob
|
history
diff --git
a/psitrex.c
b/psitrex.c
index 090570d10e7149b0fd8a0a1e424ad8f9da4f2c79..a71527ed8ea33383915b498252b281a55c8d25e4 100755
(executable)
--- a/
psitrex.c
+++ b/
psitrex.c
@@
-196,7
+196,6
@@
psit_wr_init(const char *fname)
psit_file_out = fopen(fname, "w");
if (psit_file_out == NULL) {
fatal(MYNAME ": '%s' for writing\n", fname);
- exit(1);
}
}